func crypto/x509.signTBS
5 uses
crypto/x509 (current package)
x509.go#L1505: func signTBS(tbs []byte, key crypto.Signer, sigAlg SignatureAlgorithm, rand io.Reader) ([]byte, error) {
x509.go#L1693: signature, err := signTBS(tbsCertContents, key, signatureAlgorithm, rand)
x509.go#L1790: signature, err := signTBS(tbsCertListContents, key, signatureAlgorithm, rand)
x509.go#L2091: signature, err := signTBS(tbsCSRContents, key, signatureAlgorithm, rand)
x509.go#L2443: signature, err := signTBS(tbsCertListContents, priv, signatureAlgorithm, rand)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |